The Dreamweaver JavaScript API > Keyboard functions > dom.backspaceKey() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Equivalent to pressing the Backspace key the specified number of times. The exact behavior differs depending on whether there is a current selection or just an insertion point.
Arguments
{nTimes}
nTimes
is the number of times a Backspace operation should occur. If omitted, the default is 1.
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |